home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / pascal / dlgdsn41.zip / SINPLONG.CPP < prev    next >
C/C++ Source or Header  |  1992-11-19  |  659b  |  19 lines

  1. /*------------------------------------------------------------*/
  2. /* filename -       sinplong.cpp                              */
  3. /*                                                            */
  4. /* Registeration object for the class TInputLong              */
  5. /*------------------------------------------------------------*/
  6.  
  7. #define Uses_TInputLong
  8. #define Uses_TInputLine
  9. #define Uses_TStreamableClass
  10. #include <tv.h>
  11. #include "tinplong.h"
  12. __link( RInputLine)
  13.  
  14. TStreamableClass RInputLong( TInputLong::name,
  15.                               TInputLong::build,
  16.                               __DELTA(TInputLong)
  17.                             );
  18.  
  19.